home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Mac⁄gnuucp 6.14 / source / gio.diffs < prev    next >
Encoding:
Text File  |  1993-09-06  |  1.6 KB  |  62 lines  |  [TEXT/R*ch]

  1. File A = gio.c
  2. File B = gio.c.recent
  3.  
  4. Match Criterion = 6 lines.
  5.  
  6.  
  7. ***********************************
  8. Extra text on File A, Lines 334 thru 335
  9. Between Lines 333 and 334 of File B
  10.  
  11. *         /* Below is for debugging set the (int)0 to some number to
  12. *            indicate the perceontage of errors you want. *.
  13.  
  14. ***********************************
  15. Extra text on File A, Lines 677 thru 678
  16. Between Lines 674 and 675 of File B
  17.  
  18. *             DEBUG(2, "Got packet size: %ld\n", (long)msgsize);
  19. *             DEBUG(2, "Need %ld bytes\n", (long)need);
  20.  
  21. ***********************************
  22. Extra text on File A, Line 956
  23. Between Lines 951 and 952 of File B
  24.  
  25. *     int inpkt_success = 0;
  26.  
  27. ***********************************
  28. Mismatch:
  29.  
  30. File A, Lines 970 thru 971:
  31.  
  32. *         inpkt_success = inpkt();
  33. *         if (inpkt_success == SUCCESS && tt == CONTROL && xxx == which[step]) {
  34.  
  35. File B, Line 965:
  36.  
  37. *         if (inpkt() == SUCCESS && tt == CONTROL && xxx == which[step]) {
  38.  
  39. ***********************************
  40. Mismatch:
  41.  
  42. File A, Lines 1001 thru 1008:
  43.  
  44. *             DEBUG(6, "GTURNON: inpkt success: %ld\n", (long)inpkt_success);
  45. *             DEBUG(6, "GTUNRON: tt: %ld\n", (long)tt);
  46. *             DEBUG(6, "GTURNON: which[step]: %ld\n", (long)which[step]);
  47. *             DEBUG(6, "Starting over xxx: %ld\n", (long)xxx);
  48. *             step = 0;
  49. *             if (xxx == INITA)   /* Start with his inita */
  50. *                 goto do_inita;
  51. *             }
  52.  
  53. File B, Lines 995 thru 998:
  54.  
  55. *             step = 0;
  56. *             if (xxx == INITA)   /* Start with his inita */
  57. *                 goto do_inita;
  58. *         }
  59.  
  60.  
  61.  
  62.